home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / ccmd / site.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-18  |  485 b   |  18 lines

  1. /*
  2.  Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  3.  the City of New York.  Permission is granted to any individual or
  4.  institution to use, copy, or redistribute this software so long as it
  5.  is not sold for profit, provided this copyright notice is retained.
  6.  
  7. */
  8.  
  9. /*
  10.  * Define HAVE_VOIDSIG if your <signal.h> defines signal(2) as
  11.  * void (*signal())(). This seems to be true in System V Release 3
  12.  * and SunOS 4.0.
  13.  */
  14.  
  15. #if defined(SVR3)
  16. #define HAVE_VOIDSIG
  17. #endif
  18.